/* 各名称・数値はIndesignで自動で表記されるため数値関係は微調整すること */
/* 各ページで手動でこのCSSを追記すること */
/* <link rel="stylesheet" href="該当ページフォルダ名\css\idGeneratedStyles.css"> */

/* フォント関連個別設定 */
p.ParaOverride-1 {
	margin-bottom:0px;
}
p.ParaOverride-2 {
	margin-left:40px;
}
p.ParaOverride-3 {
	margin-left:55px;
	margin-right:23px;
	text-align:left;
	text-indent:-14px;
}
p.ParaOverride-4 {
	margin-top:20px;
	margin-left:33px;
	margin-top:20px;
}
p.ParaOverride-5 {
	margin-left:43px;
}
p.ParaOverride-6 {
	margin-left:43px;
	margin-right:6px;
	text-align:left;
}
p.ParaOverride-7 {
	margin-left:40px;
	margin-right:23px;
}
p.ParaOverride-8 {
	margin-bottom:9px;
	margin-left:26px;
}
p.ParaOverride-9 {
	margin-bottom:3px;
	margin-top:0px;
}
p.ParaOverride-10 {
	margin-top:0px;
}
p.ParaOverride-11 {
	margin-bottom:3px;
}
p.ParaOverride-12 {
	margin-left:43px;
	margin-right:23px;
	text-align:left;
}
p.ParaOverride-13 {
	page-break-before:always;
}
p.ParaOverride-14 {
	margin-left:65px;
}
p.ParaOverride-15 {
	margin-left:34px;
	text-indent:0px;
}
p.ParaOverride-16 {
	margin-left:57px;
	text-align:left;
	text-indent:-14px;
}
span.CharOverride-1 {
	color:#000000;
}
span.CharOverride-2 {
	font-size:16px;
}
span.CharOverride-3 {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
}
span.CharOverride-5 {
	font-style:normal;
	font-weight:normal;
}

/* パソコン向け画像サイズ */
img._idGenObjectAttribute-1 {
	width:512px;
	height:121px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-2 {
	height:22px;
	width:46px;
}
img._idGenObjectAttribute-3 {
	width:226px;
	height:121px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}
img._idGenObjectAttribute-4 {
	height:13px;
	width:13px;
}
img._idGenObjectAttribute-5 {
	width:226px;
	height:121px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}
img._idGenObjectAttribute-6 {
	height:18px;
	width:18px;
}
img._idGenObjectAttribute-7 {
	height:400px;
	margin-top:20px;
	margin-bottom:20px;

}
img._idGenObjectAttribute-8 {
	height:380px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-9 {
	height:380px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-10 {
	height:200px;
	margin-top:20px;
	margin-bottom:20px;
}
img._idGenObjectAttribute-11 {
	width:565px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:40px;
}
div._idGenObjectStyleOverride-1 {
	border-width:0px;
}

/* スマホ向け（最大幅 700px） 画像サイズ調整 inGeneratedStyles02から影響あり*/
/* サイズの大きな画像を700px用に調整すること */
@media screen and (max-width: 700px) {
	img._idGenObjectAttribute-1,
	img._idGenObjectAttribute-7,
	img._idGenObjectAttribute-8,
	img._idGenObjectAttribute-9,
	img._idGenObjectAttribute-10,
	img._idGenObjectAttribute-11{
    width: 100% !important;
    height: auto !important;
	}
}